home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000321_jhill@sawmillmanager.com_Fri Aug 17 14:22:01 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  70 lines

  1. Article: 12687 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!btnet-peer1!btnet!news.maxwell.syr.edu!newsfeed1.cidera.com!Cidera!cyclone.nyroc.rr.com!cyclone-out.nyroc.rr.com!typhoon.nyroc.rr.com.POSTED!not-for-mail
  3. From: "John Hill" <jhill@sawmillmanager.com>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Error ttsetspeed failed:87
  6. Lines: 50
  7. X-Priority: 3
  8. X-MSMail-Priority: Normal
  9. X-Newsreader: Microsoft Outlook Express 5.50.4522.1200
  10. X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
  11. Message-ID: <jzcf7.319673$T97.36240736@typhoon.nyroc.rr.com>
  12. Date: Fri, 17 Aug 2001 17:33:03 GMT
  13. NNTP-Posting-Host: 24.25.180.3
  14. X-Complaints-To: abuse@maine.rr.com
  15. X-Trace: typhoon.nyroc.rr.com 998069583 24.25.180.3 (Fri, 17 Aug 2001 13:33:03 EDT)
  16. NNTP-Posting-Date: Fri, 17 Aug 2001 13:33:03 EDT
  17. Organization: Time Warner Road Runner - Portland ME
  18. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12687
  19.  
  20. I have a DOS handheld running kermit 3.15 dialing into a Windows 2000
  21. professional host running K95 ver 1.1.20.  The host waits for a call (using
  22. the answer command) and then enters server mode.  The DOS unit then changes
  23. directories and sends files to the host.
  24.  
  25. I am having problems with this however.  When certain DOS units that call in
  26. the message "ttsetspeed failed:87"  appears on the host screen.  On other
  27. units I get the message "Entering server mode" but it never proceeds any
  28. further.
  29.  
  30. The script running on the server is as follows (this is not exact but
  31. contains the important commands, if you need the exact script I can get
  32. that):
  33.  
  34. set tapi line <MODEM TYPE>
  35. set modem type tapi
  36. set quiet on
  37. set file collision overwrite
  38. set file incomplete discard
  39. enable host
  40. enable delete
  41. enable bye
  42. enable finish
  43. set block-check 3
  44. set rec pack 500
  45. set send pack 500
  46. set buffers 280000
  47. set window 10
  48. set speed 9600
  49. set file type binary
  50. set carrier-watch off
  51. cd /husky
  52. answer
  53. server
  54.  
  55.  
  56. Any help would be greatly appreciated.
  57.  
  58. --
  59. John Hill
  60. Logical Systems, Inc.
  61. 258 Main Street
  62. P.O. Box 649
  63. Yarmouth, ME  04096
  64.  
  65. Phone: (207) 846-3669
  66. Fax:     (207) 846-3804
  67. E-Mail: jhill@sawmillmanager.com
  68.  
  69.  
  70.